integer arithmetic operations meaning in Chinese
整数算术运算
Examples
- This register contains carry and overflow information from integer arithmetic operations
这个寄存器存放整数运算操作的进位以及溢出信息。 - It also contains carry input to certain integer arithmetic operations and the number of bytes to transfer during load and store string instructions ,
它还存放某些整数运算操作的进位输入以及加载和存储指令( - In all integer arithmetic operations , both overflow and underflow shall be ignored . the value returned when either overflow or underflow occurs is implementation defined
在所有的整数算术运算中,溢位和不足必须被忽视.发生溢位或不足时,传回值由实作自订 - Since arithmetic operations of large magnitude integers can not be carried out directly , a set of subroutines for large magnitude integer arithmetic operations are developed by characterizing the large integers
为了解决特大整数的表示与处理问题,本文构造了一套字符化大整数运算系统。